home *** CD-ROM | disk | FTP | other *** search
/ bioinformatics.org / bioinformatics.org_software.tar / www.bioinformatics.org / download / ecell2 / ecell220setup.exe / {app} / standard / ECELL2BB.BAT < prev    next >
DOS Batch File  |  2002-02-19  |  130b  |  7 lines

  1. @echo off
  2. SET PATHSAV=%PATH%
  3. PATH=WIN-BCC;DLLRB;%PATH%
  4. ecell2b.exe -r DLLRB %1 %2 %3 %4 %5 %6 %7 %8 %9
  5. PATH=%PATHSAV%
  6. pause
  7.